TypeCastException

open class TypeCastException : ClassCastException

Constructors

TypeCastException
Link copied to clipboard
fun TypeCastException()
TypeCastException
Link copied to clipboard
fun TypeCastException(message: String?)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?